home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / dictionaries-common / mutt-ispell-init < prev   
Text File  |  2009-05-15  |  1KB  |  25 lines

  1. # File: ispell-init    -*- muttrc -*-
  2. # Description: Mutt initialization for dictionaries-common support
  3. # Author: Rafael LaboissiΦre <rafael@debian.org>
  4. # Created on: Fri Nov 16 18:24:36 CET 2001
  5. # Copyright (C) 2001-2009  Rafael Laboissiere
  6. # ------------------------------------------------------------------
  7. # This file is part of the Debian dictionaries-common package.
  8. # Released under the terms of the GNU GPL (version 2 or later).
  9. # No warranty.
  10.  
  11. # Usage:
  12. #  Just put 'source /path/to/this/file/mutt-ispell-init' in ~/.muttrc.
  13. #  The `I' key will call the ispell-select script, which uses
  14. #  iselect to interectively choose the ispell dictionary for
  15. #  subsequent spell checkings.  If iselect is not intalled in the system,
  16. #  a fallback rudimentary interface is used.
  17. #
  18. #  Unsetting the wait_key configuration variable is recommended, since
  19. #  a shell-escape function is called.
  20.  
  21. macro generic I "<shell-escape>/usr/bin/select-default-iwrap\n" \
  22.       "Select the default ispell dictionary for use with ispell-wrapper"
  23.  
  24. set ispell = "/usr/bin/ispell-wrapper"
  25.